| lcPaint_DrawText2 | Home |
|
BOOL lcPaint_DrawText2 ( HANDLE hLcWnd, double X1, double Y1, double X2, double Y2, int Align, LPCWSTR szText ); |
| hLcWnd | |
| Handle to LiteCAD graphics window. | |
| X1 Y1 | |
| Text start point. | |
| X2 Y2 | |
| Text end point. | |
| Align | |
|
Can be one of the values: LC_TA_ALIGNED - Adjust Height (width scale is LC_PROP_G_TEXT_WS) LC_TA_FIT - Adjust Width scale (height is LC_PROP_G_TEXT_H) | |
| szText | |
| Text string. | |
| If the function succeeds, the return value is nonzero (TRUE). |
Additional text parameters are got from global properties:
|
| lcPaint_DrawText, lcPaint_FontSelect |